Autogenerated HTML docs for v1.7.7-138-g7f41b6
diff --git a/git-revert.html b/git-revert.html index 17bd68c..5b33ffa 100644 --- a/git-revert.html +++ b/git-revert.html
@@ -583,7 +583,9 @@ <h2 id="_synopsis">SYNOPSIS</h2> <div class="sectionbody"> <div class="verseblock"> -<div class="verseblock-content"><em>git revert</em> [--edit | --no-edit] [-n] [-m parent-number] [-s] <commit>…</div> +<div class="verseblock-content"><em>git revert</em> [--edit | --no-edit] [-n] [-m parent-number] [-s] <commit>… +<em>git revert</em> --reset +<em>git revert</em> --continue</div> <div class="verseblock-attribution"> </div></div> </div> @@ -716,6 +718,31 @@ </dd> </dl></div> </div> +<h2 id="_sequencer_subcommands">SEQUENCER SUBCOMMANDS</h2> +<div class="sectionbody"> +<div class="dlist"><dl> +<dt class="hdlist1"> +--reset +</dt> +<dd> +<p> + Forget about the current operation in progress. Can be used + to clear the sequencer state after a failed cherry-pick or + revert. +</p> +</dd> +<dt class="hdlist1"> +--continue +</dt> +<dd> +<p> + Continue the operation in progress using the information in + <em>.git/sequencer</em>. Can be used to continue after resolving + conflicts in a failed cherry-pick or revert. +</p> +</dd> +</dl></div> +</div> <h2 id="_examples">EXAMPLES</h2> <div class="sectionbody"> <div class="dlist"><dl> @@ -754,7 +781,7 @@ <div id="footnotes"><hr /></div> <div id="footer"> <div id="footer-text"> -Last updated 2011-09-21 23:01:14 PDT +Last updated 2011-10-05 13:59:16 PDT </div> </div> </body>